home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
pct_4c.arc
/
PCT3.ARC
/
MOVEM.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-08
|
785b
|
34 lines
echo off
cls
copy __TEMP+pctype.pro pct.pro
erase __TEMP
erase pctype.pro
rename pct.pro pctype.pro
if .%1 == . goto EXIT
copy pct.exe %1
copy pclabel.exe %1
copy pcg2.exe %1
copy pctype.pro %1
copy pct.hlp %1
copy desc.exe %1
copy msherc.com %1
copy psfonts.lst %1
copy pcgg.exe %1
copy index.exe %1
if exist %1\pct.exe erase pct.exe
if exist %1\pclabel.exe erase pclabel.exe
if exist %1\pcg2.exe erase pcg2.exe
if exist %1\pctype.pro erase pctype.pro
if exist %1\pct.hlp erase pct.hlp
if exist %1\desc.exe erase desc.exe
if exist %1\msherc.com erase msherc.com
if exist %1\psfonts.lst erase psfonts.lst
if exist %1\pcgg.exe erase pcgg.exe
if exist %1\index.exe erase index.exe
:EXIT